From c6a379dc62e0405b2e00ff0965e02968bc418914 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 31 Oct 2010 14:34:35 -0400 Subject: [PATCH] GtkAssistant: Mention custom pages in the introduction --- gtk/gtkassistant.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 4374f1f5bc..ba3164296a 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -39,6 +39,10 @@ * completion and * committed status. * + * If you have a case that doesn't quite fit in #GtkAssistants way of + * handling buttons, you can use the #GTK_ASSISTANT_PAGE_CUSTOM page type + * and handle buttons yourself. + * * * GtkAssistant as GtkBuildable * -- 2.30.2